import { IPayioJwtPayloadDevice } from '../interfaces/i-payload-device';
/**
 * @deprecated Use PayioJwtPayloadMachineEntity instead
 */
export declare class PayioJwtPayloadDeviceEntity implements IPayioJwtPayloadDevice {
    id: string;
    name: string | null;
    constructor(data?: Partial<PayioJwtPayloadDeviceEntity>);
}
