export declare const asArray: (fns: T | T[]) => T[]; export declare function normalizeSession(session: any): Session;