export declare const SUCCESS_REQUEST_STATUS = 200;
export declare const ACCEPTED_REQUEST_STATUS = 202;
export declare const BAD_REQUEST_STATUS = 400;
export declare const BAD_REQUEST_MESSAGE = "Bad Request";
export declare const ERROR_RESTRICTED_CODE = "Export to required format is not allowed for data flagged as restricted.";
export declare const ERROR_RESTRICTED_MESSAGE = "You cannot export this insight because it contains restricted data.";
