export type Omit = Pick>; export type OneOrMany = T | ReadonlyArray; export declare const asArray: (input: OneOrMany) => Array; export declare const asPromise: (src: T | Promise) => Promise;