import { SakuliBootstrapOptions } from "./bootstrap-options.interface"; import { SakuliPresetProvider } from "../sakuli-preset-provider.interface"; export declare function bootstrap(bootstrapOptions: SakuliBootstrapOptions, resolvePresetFn: (presetModuleNames: string[]) => Promise): Promise; //# sourceMappingURL=bootstrap.function.d.ts.map