import { DocumentNode } from 'graphql';
/**
 * @internal
 */
export declare const filterKind: (content: DocumentNode | undefined, filterKinds: null | string[]) => DocumentNode | undefined;
