export declare class ApiConstants {
    static readonly BASE_PATH: string;
    static readonly REPORT_FILE_NAME_PREFIX: string;
    static readonly API_VERSION_WITH_CHARSET_OVERRIDE: string;
    static readonly API_VERSION_WITH_MULTI_CODEPAGES: string;
}
