/// import http from 'http'; /** * Helper method to get the host URL for the app. * * @param request Current HTTP request */ export default function getEmbeddedAppUrl(request: http.IncomingMessage): string; export declare function buildEmbeddedAppUrl(host: string): string; //# sourceMappingURL=get-embedded-app-url.d.ts.map