import { DropdownItem, EventParamTypes, EventSubType, EventTypes, MethodBlock, MethodsTypes, PropertiesTypes, StandardDropdownItem, StandardEventParamTypes, StandardEventSubType, StandardEventTypes, StandardMethodBlock, StandardMethodsTypes, StandardPropertiesTypes, StandardTypes, Types } from "../types";
export declare function standardizeTypes(types: Types): StandardTypes;
export declare function standardizeProperties(properties: PropertiesTypes): StandardPropertiesTypes;
export declare function standardizeMethods(methods: MethodsTypes): StandardMethodsTypes;
export declare function standardizeMethodBlock(block: MethodBlock): StandardMethodBlock;
export declare function standardizeEvent(event: EventTypes): StandardEventTypes;
export declare function standardizeEventSubType(subType: EventSubType): StandardEventSubType;
export declare function standardizeEventParam(param: EventParamTypes): StandardEventParamTypes;
export declare function standardizeDropdownItem(item: DropdownItem): StandardDropdownItem;
