import { Amount } from '../types/amount'; export declare function isAmount<_Units extends string>(object: unknown): object is Amount<_Units>;