import { Callable, BrsType } from "../brsTypes"; import { BrsError } from "../Error"; import { Location } from "../lexer"; export declare function generateArgumentMismatchError(callee: Callable, args: BrsType[], location: Location): BrsError;