import { UnleashClient, type IToggle } from "unleash-proxy-client"; declare const getMetricsConfig: () => { url: string; appName: string; clientKey: string; }; /** * Simplified client SDK to work offline with pre-evaluated flags */ export declare const flagsClient: (toggles?: IToggle[], config?: Partial>) => UnleashClient; export {}; //# sourceMappingURL=flagsClient.d.ts.map