import { ServerException } from "./server.exception";
export declare class KafkaDuplicateGroupIdServerException extends ServerException {
    constructor(methodDescription: {
        name: string;
        path: string;
        provider: string;
        module: string;
    });
}
