export declare class AddressError extends Error {
    parseMessage?: string;
    constructor(message: string, parseMessage?: string);
}
