export declare const resolveFileWithExtensions: (directory: string, baseName: string) => string | null; export declare const memo: (fn: () => T) => (() => T); //# sourceMappingURL=utils.d.ts.map