export declare const hashFormat: (amount: number | string, amountType?: 'nhash' | 'hash', fixedAmount?: number) => number;
