import type { GatekeeperOptions } from '../types'; /** * Global beforeOperation hook to check permissions */ export declare const createBeforeOperationHook: (options?: GatekeeperOptions) => ({ args, operation }: any) => Promise; //# sourceMappingURL=beforeOperation.d.ts.map