/** * workaround as the Metadata API (converted from XML) returns an object instead of an array of length 1 * @param prop result of a Metadata API call (array or object) */ export declare function ensureArray(prop: T | T[]): T[];