import { IInversifyOutputCustom } from "../types";
export declare function convertGroup(group: IInversifyOutputCustom): string;
