export interface NameValPair { name: string; val: any; module?: string; }