export declare const isAbsolutePath: (path: string) => boolean;
export declare const isRelativePath: (path: string) => boolean;
