import { HttpEndpoint } from "@uni-sign/types";
export declare function toHttpEndpoint(endpoint: string | HttpEndpoint): HttpEndpoint;
