import { GraphQLObjectType } from 'graphql';
export declare const HamburgerStatisticsType: GraphQLObjectType<any, any, {
    [key: string]: any;
}>;
