Description: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): Description;
    encode(message: Description, writer?: BinaryWriter): BinaryWriter;
    fromJSON(object: any): Description;
    fromPartial<I>(object: I): Description;
    toJSON(message: Description): unknown;
}