import { ConfigPlugin } from '@expo/config-plugins';
interface TikTokOpenSDKPluginProps {
    iosClientKey: string;
    androidClientKey: string;
    iosUniversalLink?: string;
    scheme?: string;
    redirectScheme?: string;
}
declare const _default: ConfigPlugin<TikTokOpenSDKPluginProps>;
export = _default;
//# sourceMappingURL=withTikTokOpenSDK.d.ts.map