export declare const wizardCache: { get(key: string, defaultValue?: any): any; set(key: string, value: any): void; content(): any; all(): any; }; export declare function makeCache(wizardFilePath: string, defaultData?: any): { get(key: string, defaultValue?: any): any; set(key: string, value: any): void; content(): any; all(): any; }; //# sourceMappingURL=mongez.d.ts.map