export function isDict({ typeId }: { typeId: any; }): boolean; export function isUtf8({ typeId }: { typeId: any; }): boolean; export function isList({ typeId }: { typeId: any; }): boolean; export function isStruct({ typeId }: { typeId: any; }): boolean; export function isFixedSizeList({ typeId }: { typeId: any; }): boolean;