import type { FileContext } from '../types'; export declare function relativePathToImportLike(path: typeof import('path'), fileContext: FileContext, assetPath: string): string;