/** * Resolve the path to the Claude Agent SDK's bundled CLI */ /** * Get the path to the SDK's bundled CLI executable. * This is needed because when running from a built/dist directory, * the SDK's default path resolution may fail. */ export declare function getClaudeCodeExecutablePath(): string; //# sourceMappingURL=sdk-path.d.ts.map