export type Callback = (error?: Error) => undefined;
export default function rimrafAll(fullPaths: string[], callback: Callback): undefined;
