import { ExtendedStylesInjectOptions, Options } from '../options'; /** * Options for runtime type. */ export declare type RuntimeOptions = Pick; /** * Keys of runtime options. */ declare const runtimeOptionsKeys: readonly ["useNounce", "useConstructableStylesheet", "useStyleTag", "useNodeGlobal"]; /** * Preparing runtime options */ export declare const prepareRuntimeOptions: (options: Required) => RuntimeOptions | undefined; export {}; //# sourceMappingURL=runtime-options.d.ts.map