import type { CollectionSlug, Payload } from 'payload';
type Args = {
    collectionSlug: CollectionSlug;
    payload: Payload;
};
export declare const getCollectionIDType: ({ collectionSlug, payload }: Args) => "number" | "text";
export {};
//# sourceMappingURL=getCollectionIDType.d.ts.map