LastValidatorPower: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): LastValidatorPower;
    encode(message: LastValidatorPower, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: LastValidatorPowerAmino): LastValidatorPower;
    fromAminoMsg(object: LastValidatorPowerAminoMsg): LastValidatorPower;
    fromPartial(object: {
        address?: string;
        power?: bigint;
    }): LastValidatorPower;
    fromProtoMsg(message: LastValidatorPowerProtoMsg): LastValidatorPower;
    toAmino(message: LastValidatorPower): LastValidatorPowerAmino;
    toAminoMsg(message: LastValidatorPower): LastValidatorPowerAminoMsg;
    toProto(message: LastValidatorPower): Uint8Array;
    toProtoMsg(message: LastValidatorPower): LastValidatorPowerProtoMsg;
}