export declare function toArray(maybeArr: T | T[]): T[]; export declare function ensureJSON(raw: T): T;