/** * Verify that the given path is indeed inside the tmp folder, * and delete it recursively suppressing any errors. * * If the given path is not inside the tmp folder, do nothing. * * @param {*} fileOrDirPath path to a temp file or folder to delete * @returns undefined */ export declare const rmtemp: (fileOrDirPath?: string) => void; export default rmtemp; //# sourceMappingURL=rmtemp.d.ts.map