/** * * We want to project implementation if there is either: * * No where input * * There is at least one root filter in addition to _on * * There is no _on filter * * _on is the only filter and the current implementation can be found within it */ declare const filterInterfaceNodes: ({ node, whereInput }: { node: any; whereInput: any; }) => boolean; export default filterInterfaceNodes; //# sourceMappingURL=filter-interface-nodes.d.ts.map