import SqlCommand from '../create/sql';
export default class SqlBundleCommand extends SqlCommand {
    /** @see https://oclif.io/docs/args */
    static readonly args: {
        applicationName: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
    };
    /** @see https://oclif.io/docs/flags */
    static readonly flags: {};
    static description: string;
    protected runAuthenticated(): Promise<void>;
}
//# sourceMappingURL=sql.d.ts.map