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