import { Types } from '../model'; export declare const getCreativeWork: (obj: any) => Types.CreativeWork; export declare const getAvailability: (obj: any) => Types.Availability; export declare const getWeatherAlert: (obj: any) => Types.WeatherAlert; export declare const getMessageState: (obj: any) => Types.MessageState; export declare const getMessageGroup: (obj: any) => Types.MessageGroup; export declare const getOccasion: (obj: any) => Types.Occasion; export declare const getOrderState: (obj: any) => Types.OrderState; export declare const getGame: (obj: any) => Types.Game; export declare const getGameInvite: (obj: any) => Types.GameInvite;