import type { RestEndpoint } from '../types';
export declare const get: RestEndpoint<'ApiKey', 'get'>;
export declare const getMany: RestEndpoint<'ApiKey', 'getMany'>;
export declare const create: RestEndpoint<'ApiKey', 'create'>;
export declare const createWithId: RestEndpoint<'ApiKey', 'createWithId'>;
export declare const update: RestEndpoint<'ApiKey', 'update'>;
export declare const del: RestEndpoint<'ApiKey', 'delete'>;
