import NosqlCommand from '../create/nosql';
export default class NoSqlBundleCommand extends NosqlCommand {
    /** @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=nosql.d.ts.map