/**
 * Add a preconnect `<link>` element to the DOM
 * @param baseUrl the origin href
 * @param supportCrossOrigin add crossorigin attribute to the link element
 */
export declare function appendPreconnect(baseUrl: string, supportCrossOrigin?: boolean): void;
//# sourceMappingURL=api-manager.helpers.d.ts.map