export declare type CompanyCreditStatus = 'ACTIVE' | 'ON_HOLD' | 'CREDIT_STOP' | 'INACTIVE' | 'BLOCKED';
