import type { SiteShellAttributes, SiteShellPosition } from "./types.js"; export declare function asOptionalText(value: string | null | undefined): string | null; export declare function asOptionalHttpUrl(value: string | null | undefined): string | null; export declare function normalizeSiteShellPosition(value: string | null | undefined): SiteShellPosition; export declare function escapeHtml(value: string): string; export declare function readSiteShellAttributes(element: Pick): SiteShellAttributes; export declare function resolveMountTarget(target: Element | string): Element; //# sourceMappingURL=utils.d.ts.map