type APITokens = { SegmentKey: string; AmplitudeKey: string; }; export declare const API_TOKENS: APITokens; export {};