declare const jsArgName: (method: string, argIdx: number) => string; declare const nativeArgName: (method: string, argIdx: number) => string; declare const argName: (idx: number) => string; declare const bufName: (method: string, argIdx: number, typeIdx?: number | undefined) => string; export { argName, bufName, jsArgName, nativeArgName, }; //# sourceMappingURL=name-helpers.d.ts.map