export declare function request(method: string, endpoint: string, body?: unknown, opts?: { noAuth?: boolean; }): Promise; export declare function uploadFile(filePath: string): Promise<{ url: string; key: string; }>; //# sourceMappingURL=client.d.ts.map