export declare type Omit = Pick>; export declare type OneOrMany = T | ReadonlyArray; export declare const asArray: (input: OneOrMany) => any[];