import type { RestEndpoint } from '../types';
export declare const get: RestEndpoint<'PreviewApiKey', 'get'>;
export declare const getMany: RestEndpoint<'PreviewApiKey', 'getMany'>;
