import { HttpEndpoint } from '@interchainjs/types'; export declare function toHttpEndpoint(endpoint: string | HttpEndpoint): HttpEndpoint;