import { Network } from "./network"; export declare function bytesToAddr(bytes: number[], throwErrors?: boolean): string | null; export declare function randomAddress(): string; export declare function randomNetwork(): Network;