import { SDKStore } from '@signalwire/core';
import { Client } from './Client';
export declare const createClient: (userOptions: {
    project: string;
    token: string;
    logLevel?: "trace" | "debug" | "info" | "warn" | "error" | "silent";
    store?: SDKStore;
}) => Client;
//# sourceMappingURL=createClient.d.ts.map