/** * Normalizes a relative path so it doesn't start with '/' or './'. * @param path - The path to normalize * @returns The normalized path */ export declare function normalizeRelativePath(path: string): string; //# sourceMappingURL=normalize_relative_path.d.ts.map