import type { FindOneArgs } from 'mzinga/database'; import type { TypeWithID } from 'mzinga/types'; import type { PostgresAdapter } from './types'; export declare function findOne(this: PostgresAdapter, { collection, locale, req, where }: FindOneArgs): Promise; //# sourceMappingURL=findOne.d.ts.map