import { DocumentNode } from 'graphql';
export declare function stripDirectives(doc: DocumentNode, except?: string[]): DocumentNode;
//# sourceMappingURL=strip-directives.d.ts.map