import type { Multiaddr } from '@multiformats/multiaddr'; /** * Get all thin waist addresses on the current host that match the family of the * passed multiaddr and optionally override the port. * * Wildcard IP4/6 addresses will be expanded into all available interfaces. */ export declare function getThinWaistAddresses(ma?: Multiaddr, port?: number | string): Multiaddr[]; //# sourceMappingURL=get-thin-waist-addresses.browser.d.ts.map