export declare const apiKey = "key_n4SkMH5PFWLdStQZ"; export declare const quizId = "coffee-quiz"; export declare const quizSessionStateKey = "constructorIOQuizState"; export declare enum RequestStates { Stale = "STALE", Loading = "LOADING", Success = "SUCCESS", Error = "ERROR" } export declare const MATCHED_OPTIONS_PLACEHOLDER = "@matched_options";