export declare class GetSecretGroupsResponseDto { secretId: string; groupIds: string[]; constructor(secretId: string, groupIds: string[]); }