import { type ClientInitOptions } from './offline-unleash-client.js';
import { Unleash as UnleashClientNode } from 'unleash-client';
export declare const offlineUnleashClientNode: ({ features, context, logError, segments, }: ClientInitOptions) => Promise<UnleashClientNode>;
//# sourceMappingURL=offline-unleash-client.test.d.ts.map