import { type NoParamCallback } from 'fs';
import type { AbstractEntry, ExtractOptions } from '../types.js';
export default function chmodFn(fullPath: string, entry: AbstractEntry, _options: ExtractOptions, callback: NoParamCallback): void;
