import { Entity } from '../../entity'; import { AccessGroupResponse } from './AccessGroupResponse.entity'; export declare class GetApiKeysResponse extends Entity { id: string; key: string; partner: string; accessGroups: AccessGroupResponse[]; }