import type { AuthGeneratorCtx } from '@cedarjs/cli-helpers'; export declare const extraTask: { title: string; task: () => void; }; export declare const createUserModelTask: { title: string; task: (ctx: AuthGeneratorCtx) => Promise; }; export declare const notes: string[]; export declare const notesCreatedUserModel: string[]; export declare const noteGenerate: string[]; export declare const notePrivateSet: string[]; //# sourceMappingURL=setupData.d.ts.map