import type { YobtaMaybe } from '../_types/YobtaMaybe.js';
import type { YobtaSyncRule } from '../rule/rule.js';
export declare const array: <I>() => YobtaSyncRule<I, YobtaMaybe<I, unknown[]>>;
//# sourceMappingURL=array.d.ts.map