import type { SDKConfig } from '../types/sdk'; import type { RestTransport } from '../types/transport'; export declare const createRestTransport: (config: SDKConfig) => RestTransport; //# sourceMappingURL=rest.d.ts.map