export interface ApplyPatchToDirOpts { allowFailure?: boolean; patchedDir: string; patchFilePath: string; } export declare function applyPatchToDir(opts: ApplyPatchToDirOpts): boolean;