export declare function hasExtension(path: string, ext: string): boolean;
export declare function absolutePath(relativePath: string): string;
