/** * Verifies whether provided path is absolute * @param path to be verified as absolute */ export declare function windowsIsAbsolute(path: string): boolean; /** * Verifies whether provided path is absolute * @param path to be verified as absolute */ export declare function posixIsAbsolute(path: string): boolean;