export type RuntimeSpec = string | Set | undefined; export declare function toJsRuntimeSpec(runtime: RuntimeSpec): string | string[] | undefined;