import type { Collection } from 'payload'; import type { Context } from '../types.js'; export declare function unlock(collection: Collection): (_: any, args: any, context: Context) => Promise; //# sourceMappingURL=unlock.d.ts.map