/** * SlotLeader response */ export type SlotLeaderResponse = string; export declare function createSlotLeaderResponse(data: unknown): SlotLeaderResponse;