import { Cli as incur_Cli } from 'incur'; /** * Super admin commands that run against a deployment's infrastructure rather * than the hosted API (database migrations, …). */ export declare const admin: incur_Cli.Cli<{ [x: `${string} ${string}`]: { args: {}; options: { clickhouseDatabase?: string | undefined; clickhouseMigratePassword?: string | undefined; clickhouseMigrateUser?: string | undefined; clickhouseUrl?: string | undefined; databaseUrl?: string | undefined; dbSchema?: string | undefined; }; }; }, undefined, undefined, undefined>; //# sourceMappingURL=admin.d.ts.map