export declare type Maybe = T | undefined | null; export declare type PlainObject = Record;