export declare class PushSingleCommand {
    readonly key: string;
    readonly value: string;
    readonly secretPath: string;
    constructor(key: string, value: string, secretPath: string);
    static create(key: string, value: string, secretPath: string): PushSingleCommand;
}
//# sourceMappingURL=PushSingleCommand.d.ts.map