import { RuntimeException } from '@nestjs/core/internal';
/**
 * @publicApi
 */
export declare class InvalidKafkaClientTopicException extends RuntimeException {
    constructor(topic?: string);
}
