import { VideoSlotSessionSerializing, VideoSlotWithFreeGamesInitialNetworkData, VideoSlotWithFreeGamesRoundNetworkData, VideoSlotWithFreeGamesSessionHandling, VideoSlotWithFreeGamesSessionSerializing } from "pokie";
export declare class VideoSlotWithFreeGamesSessionSerializer implements VideoSlotWithFreeGamesSessionSerializing {
    private readonly baseSerializer;
    constructor(baseSerializer?: VideoSlotSessionSerializing);
    getInitialData(session: VideoSlotWithFreeGamesSessionHandling): VideoSlotWithFreeGamesInitialNetworkData;
    getRoundData(session: VideoSlotWithFreeGamesSessionHandling): VideoSlotWithFreeGamesRoundNetworkData;
}
