import type { KlawConfig } from "../config/types.klaw.js"; export declare function hasConfiguredInternalHooks(config: KlawConfig): boolean; export declare function resolveConfiguredInternalHookNames(config: KlawConfig): Set | null;