import { Parameter } from './parameter'; export declare function buildParams(params: Parameter[]): string; export declare function createCodeParamScript(obj: any): string; export declare function buildNativeCodeScript(list: any[]): string; export declare function isTypedArray(arr: any[], type: any): boolean;