import { TagJsTag } from './TagJsTag.type.js';
/** how to process an array */
export declare function getArrayTagVar(value: any): TagJsTag<any>;
