export declare type OneOrArray<T> = T | T[];
