export declare const NetworkAddressChecker: (address: string) => Promise<boolean>;
