import { TransformationType } from 'class-transformer'; import { ObjectId } from 'mongodb'; export * from './objectid.pipe'; export declare const transformObjectId: (type: TransformationType, value: string | ObjectId) => string | ObjectId | undefined; export declare function TypeObjectId(isArray?: boolean): (target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void; //# sourceMappingURL=index.d.ts.map