import * as trash from "trash"; export class TrashModuleProxy { public async trash(path: string, options?: trash.Options): Promise { return trash(path, options); } }