export default function removeDir(dirPath: string, onlyContent: boolean): Promise<void>;
