import { ConfigPlugin } from '@expo/config-plugins';
/**
 * Android configuration for SprintCheck SDK
 */
export declare const withSprintCheckAndroid: ConfigPlugin<{
    apiKey?: string;
    encryptionKey?: string;
}>;
