import { ApolloError } from 'apollo-server-errors';
export declare type PolarisWarning = ApolloError | string;
