export declare function ensureDirectories(baseDir: string): Promise<{
    templateDir: boolean;
    migrationDir: boolean;
}>;
