import { IIdentified } from './IIdentified';
export interface INamed extends IIdentified {
    name: string;
}
//# sourceMappingURL=INamed.d.ts.map