export declare class SlotRate { slotDuration: string; percentage: string; constructor(data: unknown); }