interface CreateOptions {
    template?: string;
    database?: 'postgresql' | 'mysql' | 'sqlite';
    force?: boolean;
    auth?: boolean;
    admin?: boolean;
}
export declare function createApp(projectName: string, options: CreateOptions): Promise<void>;
export {};
//# sourceMappingURL=create.d.ts.map