declare const _default: "\n query route($url: String!) {\n route(url: $url) {\n type\n ... on ProductInterface {\n sku\n }\n ... on CategoryTree {\n uid\n }\n ... on CmsPage {\n identifier\n }\n ... on CategoryInterface {\n uid\n }\n }\n }\n"; export default _default; //# sourceMappingURL=route.d.ts.map