export declare const Query = "#graphql\n  query testQuery {\n    testQuery {\n      test\n    }\n  }\n";
export declare const Mutation = "#graphql\n  mutation testMutation($input: Int!) {\n    testMutation(input: $input) {\n      test\n    }\n  }\n";
//# sourceMappingURL=operations.d.ts.map