import { type EntitlementStructure } from '../../client';
import type { UsingClient } from '../../commands';
import type { APIEntitlement } from '../../types';
export declare const ENTITLEMENT_CREATE: (client: UsingClient, data: APIEntitlement) => EntitlementStructure;
export declare const ENTITLEMENT_UPDATE: (client: UsingClient, data: APIEntitlement) => EntitlementStructure;
export declare const ENTITLEMENT_DELETE: (client: UsingClient, data: APIEntitlement) => EntitlementStructure;
