/**
 * Verifies whether provided path is absolute
 * @param path to be verified as absolute
 */
export declare function isAbsolute(path: string): boolean;
//# sourceMappingURL=is_absolute.d.ts.map