import { HookActionSync } from '@erect/hook'; import { GraphQLSchema } from 'graphql'; export interface Params { schema: GraphQLSchema; } declare const _default: HookActionSync; export default _default;