import { CommandBase } from "./support/CommandBase";
export declare class SetSecretCommand extends CommandBase {
    run(options: any): Promise<any>;
}
