import { Amount } from '../Amount'; import { Type } from '../Type'; export declare function tryParseAmount(value?: string, currency?: T): Amount | undefined;