import type { FormatMessage } from 'tachyon-intl'; export interface EntityInformation { address: string; hosting: string; phone: string; representative: string; tradename: string; } export declare function getEntityInformation(formatMessage: FormatMessage): EntityInformation; //# sourceMappingURL=utils.d.ts.map