import { callbackFn } from '../types/index'; export declare const logFormCallbacks: (callbacks: { [key: string]: callbackFn[]; }) => void;