/** * Returns the extension portion of a path * @param path */ export default function getExtension(path: string): string;