export declare namespace ProtobufNameEncoder {
    const encode: (str: string) => string;
    const decode: (str: string) => string;
}
