import { HandlerOptions } from './index'; /** 数组类型的构建器 */ export declare const array: ({ rule, template, context }: HandlerOptions) => any;