import { IResult } from '../common'; export declare function chmod(args?: { silent?: boolean; permissions?: string; }): Promise;