export declare type ParamType = { name?: string; type: string; indexed?: boolean; components?: Array; };