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