export declare class OverpassError extends Error {
    constructor(message: string, errors?: string[], query?: string);
}
