/**
 * Computes a relative path, prepending `./`
 */
export declare function relative(from: string): (to: string) => string;
export declare function relative(from: string, to: string): string;
//# sourceMappingURL=path.d.ts.map