export declare class PayComException extends Error {
    readonly error: any;
    constructor(error: any);
}
