import { type ASTNode } from 'graphql';
export declare const test: (val: any) => boolean;
export declare const print: (val: ASTNode) => string;
//# sourceMappingURL=ast.d.ts.map