export declare function isRelative(toFile: string): boolean;
export declare function toRelative(toFile: string, fromFile?: string): string;
export declare function toImportPath(toFile: string, cwd: string, fromFile?: string): string;
