declare class SnapBiConfig {
    static isProduction: boolean;
    static snapBiClientId: string;
    static snapBiPrivateKey: string;
    static snapBiClientSecret: string;
    static snapBiPartnerId: string;
    static snapBiChannelId: string;
    static enableLogging: boolean;
    static snapBiPublicKey: string;
    static SNAP_BI_SANDBOX_BASE_URL: string;
    static SNAP_BI_PRODUCTION_BASE_URL: string;
    static getBaseUrl(): string;
}
export default SnapBiConfig;
