import type { Tenant } from '../types.js';
export declare const extractID: <IDType extends number | string>(objectOrID: IDType | Tenant<IDType>) => IDType;
//# sourceMappingURL=extractID.d.ts.map