import { LogFormatter } from './types'; export declare const useLogKnob: any>(name: string, callback?: T, formatter?: LogFormatter) => T;