export declare class ProducerWarning {
    msg: string;
    constructor(msg: string);
}
