export declare const ErrorMessage: {
    INVALID_ADDRESSES: string;
    INVALID_ADDRESS: string;
    MAX_ADDRESSES: string;
};
