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: { apply: boolean; chainId: number; databaseUrl?: string | undefined; dbSchema?: string | undefined; tidxAuth?: string | undefined; tidxUrl?: string | undefined; vaultAddress: string; }; }; } & { [x: `${string} ${string}`]: { args: {}; options: { apply: boolean; chainId: number; databaseUrl?: string | undefined; dbSchema?: string | undefined; file: string; reference: string; vaultAddress: string; }; }; } & { [x: `${string} ${string}`]: { args: {}; options: { apply: boolean; databaseUrl?: string | undefined; dbSchema?: string | undefined; file: string; }; }; } & { [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