/**
 * Add preconnect links to the head of the document
 * @link https://www.igvita.com/2015/08/17/eliminating-roundtrips-with-preconnect/
 */
declare function createWarmLink(url: string, addCrossorigin: boolean): void;
export { createWarmLink };
