import { Entity } from '../../entity'; export declare class CreateApiKeyResponse extends Entity { id: string; key: string; secret: string; }