import type { AuthContext } from '../types.js'; export declare function updateFile(_auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; //# sourceMappingURL=update-file.d.ts.map