export default function isNativeType(type: unknown): type is string;
