import type { BoxLiteClient, BoxLiteRemoteConfig } from './types.js'; /** * Create a BoxLite REST client for communicating with a BoxRun REST API. * Used in remote mode. */ export declare function createBoxLiteRestClient(config: BoxLiteRemoteConfig): BoxLiteClient; //# sourceMappingURL=client.d.ts.map