export = InvalidQueryGraphError;
declare class InvalidQueryGraphError extends Error {
    constructor(message?: string, ...params: any[]);
    statusCode: number;
}
