import _ApiV1 from './v1';
import _ApiV2 from './v2';
import _ApiV3 from './v3';
export declare const ApiV1: typeof _ApiV1;
export declare const ApiV2: typeof _ApiV2;
export declare const ApiV3: typeof _ApiV3;
declare const _default: {
    ApiV1: typeof _ApiV1;
    ApiV2: typeof _ApiV2;
    ApiV3: typeof _ApiV3;
};
export default _default;
