import type { BuiltTool } from '../../types/sdk/tool'; import type { WorkspaceFilesystem } from '../types'; export declare function createAppendFileTool(filesystem: WorkspaceFilesystem): BuiltTool;