import type { TypedCollection } from '../../index.js';
import type { PreferenceRequest } from '../types.js';
export declare function findOne(args: PreferenceRequest): Promise<TypedCollection['_preference']>;
//# sourceMappingURL=findOne.d.ts.map