import type { OnConfigureFn } from './types'; export declare function onConfigure(onConfigureFn: OnConfigureFn): Promise; //# sourceMappingURL=onConfigure.d.ts.map