/**
 * @license
 * Copyright (c) 2021 Handsoncode. All rights reserved.
 */
export declare type Maybe<T> = T | undefined;
