import { IDbState } from "./types"; export declare const suppressLog: (state: IDbState, func: (state: IDbState) => T) => T; export declare const withSuppressedLog: (state: IDbState) => IDbState;