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