import { Collection } from '../../../collections/config/types'; declare function unlockResolver(collection: Collection): (_: any, args: any, context: any) => Promise; export default unlockResolver;