import { PrimitiveName } from "../types/type-primitives"; export declare function isPrimitiveName(name: string): name is PrimitiveName;