export declare function getWebsiteName(): string | null;
export declare function getFavicon(): string | null;
export declare function noThrow<T>(fn: () => T): T | null;
//# sourceMappingURL=helpers.d.ts.map