import { AccountBindDeviceVO } from "../../../vo/account/AccountBindDeviceVO";
export declare class AccountBindDeviceResponse {
    boundDisplayDevices: AccountBindDeviceVO[];
    constructor();
    equals(o: any): boolean;
    toString(): string;
    private arraysEqual;
}
//# sourceMappingURL=AccountBindDeviceResponse.d.ts.map