export declare const SDKFlags: { setFlags: (sdkKey: string, flags: Record) => void; get: (sdkKey: string, flagKey: string) => boolean; };