import { IPayioScheduleSlot } from '../interfaces';
export declare class PayioScheduleSlotEntity implements IPayioScheduleSlot {
    productCode: string;
    time: string;
    constructor(data?: Partial<PayioScheduleSlotEntity>);
}
