import type { Type } from './type'; export declare class MissingType implements Type { toString(): string[]; isEmpty(): boolean; equals(types: Type[]): boolean; includes(): boolean; size(): number; } //# sourceMappingURL=missingType.d.ts.map