export declare function touch(path: string, createIfMissing?: boolean): Promise<boolean>;
