export declare enum ApiConstants {
    ACCEPT_CHARSET = "Accept-Charset",
    USER_AGENT = "User-Agent",
    METHOD_POST = "POST",
    METHOD_GET = "GET",
    CONTENT_TYPE = "Content-Type",
    APPLICATION_JSON_TYPE = "application/json",
    PUBLIC_KEY = "publicKey",
    SECRET_KEY = "secretKey",
    AUTHORIZATION = "Authorization"
}
