export declare const isURL: (s: string | undefined) => s is string;
export declare const isBaseDir: (baseDir: string, testDir: string) => boolean;
export declare const maybeAddRelativeLocalPrefix: (p: string) => string;
