import { OnboardingData } from './types';
export declare function setCachedConfig(_: string, __: OnboardingData): Promise<void>;
export declare function getCachedConfig(_: string): Promise<OnboardingData | null>;
export declare function clearCacheFor(_: string): Promise<void>;
//# sourceMappingURL=cache.d.ts.map