import type { DocumentNode } from "graphql";
export declare function stripSensitiveLiterals(ast: DocumentNode, options?: {
    hideListAndObjectLiterals?: boolean;
}): DocumentNode;
//# sourceMappingURL=index.d.ts.map