export declare function updateFileCommand(fileId: string, options: { title?: string; path?: string; content?: string; status?: 'active' | 'archived'; changeSummary?: string; createVersion?: boolean; }): Promise; //# sourceMappingURL=update-file.d.ts.map