import { GetSecretDto } from "./get-secret-dto"; export declare class GetSecretResponseDto { secret: GetSecretDto; constructor(secret: GetSecretDto); }