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