@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ConfiguredHookHandler

    ConfiguredHookHandler:
        | {
            async: boolean;
            command: string;
            commandWindows: string
            | null;
            statusMessage: string | null;
            timeoutSec: bigint | null;
            type: "command";
        }
        | { type: "prompt" }
        | { type: "agent" }