export declare const api: { sessionMessages: (projectName: string, sessionId: string, limit?: number | null, offset?: number) => Promise; config: () => Promise; getFiles: (projectName: string) => Promise; getLatestDescendant: (projectName: string, sessionId: string) => Promise; }; export declare const authenticatedFetch: (url: string, options?: RequestInit) => Promise; //# sourceMappingURL=api.d.ts.map