export default interface IMacroCall { id: string; args: string[]; argOffset: number; }