import type { XOXNOClient } from '../utils/api';
import type { SDK } from './types';
export declare function buildSdk(client: XOXNOClient): SDK;
