type expected = ;
let stringOfExpected: expected => string;let intOfExpected: expected => int;
type argsCount = {};type transform = {actual: string, |
info: option(string), |
};type t = ;
let argsCount: expected:expected => actual:int => t;let transform: actual:string => info:option(string) => t;