import type { IToggle } from "unleash-proxy-client"; import { UnleashClient } from "unleash-proxy-client"; /** * Create a client-side SDK instance and get evaluated flags from Unleash Proxy or Client API * @see clientOptions https://github.com/Unleash/unleash-proxy-client-js#available-options */ export declare const getFrontendFlags: (config?: Partial[0]>) => Promise<{ toggles: IToggle[]; }>; //# sourceMappingURL=getFrontendFlags.d.ts.map