/**
* Replacement for `path.extname`, with the difference that it supports windows or posix style paths consistently.
* For same behaviour as `path.posix` set `strictPosix` to `true`.
*/
export declarefunctionextname(path: string, strictPosix?: boolean): string;