/** * SlotLeaders response */ export type SlotLeadersResponse = string[]; export declare function createSlotLeadersResponse(data: unknown): SlotLeadersResponse;