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