import { ProviderId } from './types';
export declare const ALLOWED_PROVIDERS: ProviderId[];
export declare const ALLOWED_PROVIDERS_KEYS: string[];
export declare const EXPORT_KEYS: string[];
export declare const EXPORT_RENAMED_KEYS: {
    [key: string]: string;
};
export declare const IMPORT_KEYS: string[];
export declare const IMPORT_RENAMED_KEYS: {
    [key: string]: string;
};
export declare const BASE64_KEYS: string[];
export declare const MAX_BATCH_SIZE = 1000;
