import { ProtobuftsPlugin } from "./protobufts-plugin";
export declare class ProtobuftsPluginClient extends ProtobuftsPlugin {
    constructor(version: string, type: string);
}
