import type { ExtensionAPI } from "../../../sdk/coding-agent/index.js"; import type { BrowserService } from "../browser-service.js"; export declare function registerRecordTools(ext: ExtensionAPI, bs: BrowserService): void; //# sourceMappingURL=record-tool.d.ts.map