QueryAllContractStateRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryAllContractStateRequest;
    encode(message: QueryAllContractStateRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryAllContractStateRequestAmino): QueryAllContractStateRequest;
    fromAminoMsg(object: QueryAllContractStateRequestAminoMsg): QueryAllContractStateRequest;
    fromPartial(object: {
        address?: string;
        pagination?: {
            countTotal?: boolean;
            key?: Uint8Array;
            limit?: bigint;
            offset?: bigint;
            reverse?: boolean;
        };
    }): QueryAllContractStateRequest;
    fromProtoMsg(message: QueryAllContractStateRequestProtoMsg): QueryAllContractStateRequest;
    toAmino(message: QueryAllContractStateRequest): QueryAllContractStateRequestAmino;
    toAminoMsg(message: QueryAllContractStateRequest): QueryAllContractStateRequestAminoMsg;
    toProto(message: QueryAllContractStateRequest): Uint8Array;
    toProtoMsg(message: QueryAllContractStateRequest): QueryAllContractStateRequestProtoMsg;
}