export declare class GetSecretUsersResponseDto { userIds: string[]; secretId: string; constructor(userIds: string[], secretId: string); }