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