declare function isRelative(path: string): boolean;

export = isRelative;
