import { ProducerConsumerException } from "./producer-consumer.exception"; /** * Exception when a parameter is invalid for a read function */ export declare class ProducerConsumerInvalidReadParameterException extends ProducerConsumerException { }