export declare function dirname(location: string): string; export declare const getDirname: typeof dirname; export declare function basename(location: string, ext?: string | undefined): string; export declare const getBasename: typeof dirname;