import { gql as originalGql } from 'graphql-tag'; export declare const gql: typeof originalGql; declare const gqlWithProperty: typeof originalGql & { gql: typeof originalGql; }; export default gqlWithProperty; //# sourceMappingURL=gqlWrapper.d.ts.map