import type { Config } from '../config'; export type InitOptions = Partial; export declare const LooselyLazy: { init: (config: InitOptions) => void; }; //# sourceMappingURL=index.d.ts.map