import { LineTestEnum } from './LineTestEnum';
/** Detailed line tests */
export interface LineDiagnostic {
    /**  */
    lineTest?: LineTestEnum;
    /**  */
    lineTestTime?: string;
    /**  */
    number: string;
    /**  */
    proposedProfileId?: number;
    /**  */
    sync: boolean;
}
//# sourceMappingURL=LineDiagnostic.d.ts.map