export declare function asArray(arg: null | T | T[]): T[]; export declare function asSingle(arg: null | T | T[]): T | null;