import { CrudController } from '../core/crud'; import { ApiKey } from './api-key.entity'; import { ApiKeyService } from './api-key.service'; export declare class ApiKeyController extends CrudController { private readonly service; constructor(service: ApiKeyService); }