export type ApiVersion = 'v1' | 'v3';
export declare const DEFAULT_API_VERSION: ApiVersion;
