import { Uint256 } from '../types'; export declare function unreachable(x: never): never; export declare const exists: (t: T | undefined) => t is T; declare type TypeGuard = (t1: T | S) => t1 is T; export declare function checkThat(t: T | S, isTypeT: TypeGuard): T; export declare function createDestination(address: string): string; export declare function formatAmount(amount: Uint256): Uint256; export declare function arrayToRecord(array: Array, idProperty: K): Record; export declare function recordToArray(record: Record): Array; export {}; //# sourceMappingURL=helpers.d.ts.map