import type { ASTNode } from "graphql";
export declare const print: ((ast: ASTNode) => string) & {
    reset(): void;
};
//# sourceMappingURL=print.d.ts.map