/**
 * Returns file extension of given file `path`.
 *
 * @param path
 */
export declare const fileExt: (path: string) => string;
//# sourceMappingURL=ext.d.ts.map