export declare class GetSecretDto { secretId: string; protectedSecretKey: string; encryptedSecret: string; constructor(secretId: string, protectedSecretKey: string, encryptedSecret: string); }