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