import type { HookInfo } from '@nuxt/devtools/types'; import type { Hookable } from 'hookable'; export declare function setupHooksDebug>(hooks: T): Record;