import type { Tool } from '../../types/tools.js'; export declare function createPacketTool(options: string | { readonly workingDirectory: string; readonly surfaceRoot?: string; }): Tool; //# sourceMappingURL=index.d.ts.map