import {iscope} from '../ai'; export interface ICommon{} export default function(scope: iscope): ICommon{ return { }; }