export declare type BooleanInput = boolean | string | undefined | null; export declare type NumberInput = number | string | undefined | null;