import { Platform } from '@launchdarkly/js-sdk-common'; import type { LDContext, LDContextStrict } from '../api/LDContext'; /** * Ensure a key is always present in anonymous contexts. Non-anonymous contexts * are not processed and will just be returned as is. * * @param context * @param platform */ export declare const ensureKey: (context: LDContext, platform: Platform) => Promise; //# sourceMappingURL=ensureKey.d.ts.map