export declare const extractID: <IDType extends number | string>(objectOrID: {
    id: IDType;
} | IDType) => IDType;
//# sourceMappingURL=extractID.d.ts.map