declare function findKey(key: any): null; declare function buildLinkClasses(siteUrl: string, href: string, options: any): any; declare const localUtils: { findKey: typeof findKey; buildLinkClasses: typeof buildLinkClasses; }; export default localUtils;