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