export declare const PI_CORE_TOOL_NAMES: readonly ["read", "bash", "edit", "write", "grep", "find", "ls"]; export type PiCoreToolName = (typeof PI_CORE_TOOL_NAMES)[number]; export declare const PI_CORE_TOOL_NAME_SET: ReadonlySet; //# sourceMappingURL=pi-tools.d.ts.map