import { SakuliBootstrapOptions } from "./bootstrap-options.interface"; /** * Reads sakuli bootconfiguration from a json file. The configuration is considered under a sakuli wich must implement the {@see SakuliBootstrapOptions} interface.* * * Per default it assumes the package.json in the current directory * * If no there is neither a readable file nor the corresponding key in the file the function will return an empty default config. * */ export declare function loadBootstrapOptions(): Promise; //# sourceMappingURL=load-bootstrap-options.function.d.ts.map