export declare const addGameToKioskAsync: (kioskId: string, gameId: string) => Promise<void>;
