export interface IArgument { name: string; value: string; } //# sourceMappingURL=argument.d.ts.map