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