export declare type Maybe = T | null | undefined; export declare type MaybePromise = Promise | T;