/** * Keygen configuration for React Buoy */ export declare const KEYGEN_CONFIG: { readonly accountId: "b0eba0e8-e904-4906-b644-38f9aab57bed"; readonly productId: "1037431d-b2fe-48db-aca9-10c5e9c4d944"; readonly productToken: "prod-4467c14b75b715e91884945cd3e69705846ccbce7dd5e380236a1ab3bc03139fv3"; readonly apiUrl: "https://api.keygen.sh/v1/accounts"; }; export declare const LICENSE_CACHE_DURATION: number; export declare const LICENSE_REVALIDATION_INTERVAL: number; export declare const LICENSE_STORAGE_KEY = "buoy-gg-license"; //# sourceMappingURL=config.d.ts.map