export declare function init(options: { cwd?: string; adapter?: 'pg' | 'sqlite'; skipInstall?: boolean; npmClient?: 'npm' | 'yarn' | 'none'; }): Promise;