/// <reference types="jest" />
export { graphqlOperation } from '@aws-amplify/api-graphql';
export declare const GraphQLAPI: {
    graphql: jest.Mock<any, any, any>;
};
