import { IPayioDeviceChef } from '../interfaces/i-device-chef';
export declare class PayioDeviceChefEntity implements IPayioDeviceChef {
    chefConfigId: string | null;
    chefConfigName: string | null;
    scheduleId: string | null;
    scheduleName: string | null;
    constructor(data?: Partial<PayioDeviceChefEntity>);
}
