import type { BaseDatabaseAdapter } from '../database/types';
import type { Field } from '../fields/config/types';
export declare const getIDType: (idField: Field | null, defaultIDType: BaseDatabaseAdapter['defaultIDType'] | null) => 'ObjectID' | 'number' | 'text';
//# sourceMappingURL=getIDType.d.ts.map