/** * Make empty file. * * @param path - file path * * @example * ```ts * await makeFile('./dir/file.txt'); * ``` */ export declare function makeEmptyFile(path: string): Promise; //# sourceMappingURL=make-file.d.ts.map