export default class TransbankError extends Error {
    constructor(title: string, message: string);
}
