import { IEditorDocumentModel } from '@opensumi/ide-editor'; export declare const isDocumentTooLarge: (document: IEditorDocumentModel) => boolean; export declare const isDocumentTooShort: (document: IEditorDocumentModel) => boolean; export declare const isDocumentValid: (document: IEditorDocumentModel) => boolean; export declare const extractCodeBlocks: (content: string) => string; export declare const toClaudeToolName: (name: string) => string; export declare const getToolName: (toolName: string, serverName: string) => string; export declare const cleanAttachedTextWrapper: (text: string) => string; //# sourceMappingURL=utils.d.ts.map