interface IContext { siteKeyV2?: string; siteKeyV3?: string; loaded: boolean; } export { IContext };