import { Logger } from 'typescript-log'; declare const clean: (log: Logger, paths: string | string[]) => Promise; export default clean;