import * as runtime from '@smartlyio/oats-runtime'; /** * @returns oats runtime client adapter. */ export declare function create(init?: RequestInit): runtime.client.ClientAdapter;