import { Cashify } from 'cashify'; export declare class CashifyService { private readonly cashify; constructor(cashify: Cashify); convert(amount: any, options?: any): number; }