export declare function shouldLoadCliForInvocation(args: string[], cwd: string, env: NodeJS.ProcessEnv): Promise; export declare function shouldRunKnowledgeHook(rawInput: string, cwd: string, env: NodeJS.ProcessEnv): boolean; export declare function consumeBufferedHookInput(): string | null;