/** * @internal * ICNSConstants values used on ICNS-js library. */ export declare const ICNSConstants: { host: string; canisterIds: { registrar: string; registry: string; WICP: string; resolver: string; reverse_registrar: string; favorite: string; }; wicpDecimal: number; };