import { Log } from "../core";
/**
 * @description Save logs locally.
 * @param log instance of Log with hydrated state.
 * @param path dir name to save log file.
 * @returns Promise<void>
 */
export declare const WriteDefaultLocal: (log: Log, path?: string) => Promise<void>;
export default WriteDefaultLocal;
//# sourceMappingURL=write-default-local.util.d.ts.map