declare const proactiveSlotTaken: (key: string) => Promise; declare const takeProactiveSlot: (key: string) => Promise; export { proactiveSlotTaken, takeProactiveSlot };