import { BaseModuleEntity } from '../base/baseModuleEntity';
export declare class SmsLogApiPathModel extends BaseModuleEntity<string> {
    linkApiPathId: string;
    linkOutBoxId: string;
    linkOutBoxDetailId: string;
    statusOutOfServiceActive: boolean;
    statusOutOfServiceExpire?: Date;
    statusNotStableActive: boolean;
    statusNotStableExpire?: Date;
    statusNotStableCount: number;
    statusInfo: string;
}
