import { Status } from './Status';
export declare class Fault {
    private readonly _detected;
    private readonly _applicanceType?;
    private readonly _unit?;
    private readonly _severity?;
    private readonly _code?;
    constructor(status: Status);
    get detected(): boolean;
    toString(): string;
}
//# sourceMappingURL=Fault.d.ts.map