import type { MaybeArray } from 'util-ts-types';
export declare const ensureArray: <T>(val: MaybeArray<T>) => T[];
