import { type FsVoidResult } from '../types/fs-void-result.mjs'; export declare function touch(file: string): FsVoidResult;