/**
 * Sample Custom Tool Implementation
 * A demonstration of how to create custom tools using the extension framework
 */
export declare function createTranslationTool(): import("../BaseTool.js").BaseTool<unknown, unknown>;
//# sourceMappingURL=SampleCustomTool.d.ts.map