export declare class Producer { send(topic?: string, key?: string, message?: string, isSync?: boolean): boolean constructor() }