export declare function ensureDbInitialized(hasDbPush: boolean, shouldRunDbPush: boolean, shouldInstallDeps: boolean, projectPath: string): Promise<"success" | "skip" | "cancel">;
