export * from './ActionConfirmationBody';
export * from './ActionHookActionBody';
export * from './CardActions';
export * from './CardCreateRequest';
export * from './CardDisplayBody';
export * from './CardDisplayProperty';
export * from './CardFetchBody';
export * from './CardFetchBodyPatch';
export * from './CardListResponse';
export * from './CardObjectTypeBody';
export * from './CardPatchRequest';
export * from './CardResponse';
export * from './DisplayOption';
export * from './ErrorDetail';
export * from './IFrameActionBody';
export * from './IntegratorCardPayloadResponse';
export * from './IntegratorObjectResult';
export * from './IntegratorObjectResultActionsInner';
export * from './ModelError';
export * from './ObjectToken';
export * from './TopLevelActions';
export declare class ObjectSerializer {
    static findCorrectType(data: any, expectedType: string): any;
    static serialize(data: any, type: string, format: string): any;
    static deserialize(data: any, type: string, format: string): any;
    static normalizeMediaType(mediaType: string | undefined): string | undefined;
    static getPreferredMediaType(mediaTypes: Array<string>): string;
    static stringify(data: any, mediaType: string): string;
    static parse(rawData: string, mediaType: string | undefined): any;
}
