interface FunctorPluginType { functorsKeys: string[]; topKey: string; } declare const _default: ({ functorsKeys, topKey }: FunctorPluginType) => () => { visitor: { CallExpression(path: any): void; StringLiteral(path: any): void; DirectiveLiteral(path: any): void; }; }; export default _default;