export = isRelative;

declare function isRelative(path: string): boolean;
