export declare class RemoveSecretRequestDto { secretId: string; constructor(secretId: string); }