import type { FindOneArgs, TypeWithID } from 'payload'; import type { DrizzleAdapter } from './types.js'; export declare function findOne(this: DrizzleAdapter, { collection, draftsEnabled, joins, locale, req, select, where }: FindOneArgs): Promise; //# sourceMappingURL=findOne.d.ts.map