import type { FieldType } from '@xylabs/typeof'; /** @deprecated use from @xylabs/typeof instead */ export declare const isType: (value: unknown, expectedType: FieldType) => boolean; //# sourceMappingURL=isType.d.ts.map