export declare function predictType(data: any): string | null;
export declare function collateTypes(typeSetOrArray: Set<string | null> | (string | null)[]): string;
export declare function updateColumnType(column: any, dataPoint: string): Promise<void>;