export declare const basename: (path: string, removeExtension?: string | boolean | undefined) => string;
