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