export interface IWebsiteMetadata { description: string; url: string; icons: string[]; name: string; } export declare function getWindowMetadata(): IWebsiteMetadata | null; //# sourceMappingURL=index.d.ts.map