declare class ArifpayNetworkException extends Error {
    msg: string;
    constructor(msg: string);
}
export default ArifpayNetworkException;
