declare const getDirname: (p: string) => string;
export default getDirname;
