export declare const isNullType: (x: A | NullType, nullPlaceholder: NullType) => x is A;