export declare const libPath: string; export declare const functionsPath: string; export declare const getModelNames: () => Promise; export declare const hasModel: (name: string) => Promise; export declare function addModels(models: string): Promise; export declare function hasAuthPages(): boolean; export declare function generateAuthPagesTask(generatingUserModel: boolean): { title: string; task: () => Promise; }; //# sourceMappingURL=shared.d.ts.map