import { type TypesLiteral } from './types.cjs'; export declare function isType(item: unknown, type: TypesLiteral): boolean;