import { MatcherOrType } from "./matcher-or-type"; import { MatcherArgument } from "./matcher-argument"; import { ISpyMatcher } from "./spy-matcher.i"; export declare class InterfaceMatcher implements ISpyMatcher { thatMatches(first: MatcherArgument, second?: ExpectedType[Key]): MatcherOrType; }