export declare const ensureArray: (data: T | T[]) => T[]; export declare const dearrayIfPossible: (data: T | T[]) => T | T[] | undefined;