import { Container } from 'inversify'; import { ModuleInputType } from './createModule'; import { ModuleComponentType } from './types'; export declare function extendGeneModule, SlotsLabels extends string = string>(parentDeclarations: ModuleInputType & { identifiers: Record; container: Container; }, moduleDeclarations: Partial>): ModuleComponentType;