export interface SakuliBootstrapOptions { /** * List of importable modules * This could be an local module like './module-to-import' * as well as an (globally) installed module lik 'module-from-npm' * * All modules must export a function which implements {@link SakuliPresetProvider} as default */ presetProvider: string[]; } export declare const SakuliBootstrapDefaults: { presetProvider: string[]; }; //# sourceMappingURL=bootstrap-options.interface.d.ts.map