import { Amount } from './Amount'; export declare class AmountMapper { static getType(_: any): typeof Amount; }