import { BrowserAgentIPCPayload } from "./server"; declare class FileServiceClient { baseUrl: string; port: number | undefined; constructor(); static isAvailable(): boolean; sendAgentResult(payload: BrowserAgentIPCPayload): Promise; sendCodegenSources(payload: any): Promise; post(path: string, body: any): Promise; } export default FileServiceClient; //# sourceMappingURL=client.d.ts.map