import { AsyncContainerModule } from 'inversify'; import { IArtifactBuilderOptions } from '../../models/index'; export declare const artifactBuilderModule: (options: IArtifactBuilderOptions) => AsyncContainerModule;