export declare const isValidID: (value: number | string, type: 'ObjectID' | 'number' | 'text') => boolean;
//# sourceMappingURL=isValidID.d.ts.map