export declare type Types = 'object' | 'list' | 'map';
export declare const types: {
    [key: string]: ((s?: any) => any);
};
