export declare const PI_CORE_TOOL_NAMES: readonly ["read", "bash", "powershell", "edit", "write", "grep", "find", "ls"]; export type PiCoreToolName = (typeof PI_CORE_TOOL_NAMES)[number]; declare const PI_SHELL_TOOL_NAMES: readonly ["bash", "powershell"]; export type PiShellToolName = (typeof PI_SHELL_TOOL_NAMES)[number]; export declare const isPiShellToolName: (name: string) => name is PiShellToolName; export declare const isPiShellRef: (ref: string) => boolean; export declare const PI_CORE_TOOL_NAME_SET: ReadonlySet; export {}; //# sourceMappingURL=pi-tools.d.ts.map