export declare class ComplexDataType {
}
export declare const isComplexDataType: (obj: unknown) => obj is ComplexDataType;
