import { ValueType } from '../utils/get-type'; declare module '../expect.types' { interface ValueExpect { /** * check if value is of certain type */ type(type: ValueType): this; } } //# sourceMappingURL=type.d.ts.map