/** Clears call history for the given faked table. */ export type clearCallHistory = (fakedTable: object) => void;