export declare function createFileToMdxCacheKey(absolutePath: string): string;
export declare function cachedImport<Type>(packageName: string): Promise<Type>;
