export declare class MoyasarError extends Error {
    readonly type: string;
    readonly statusCode: number;
    readonly details: Record<string, any>;
    constructor(message: string, type: string | undefined, statusCode: number, details: Record<string, any>);
}
//# sourceMappingURL=moyasar_error.d.ts.map