QuerySlashWindowRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QuerySlashWindowRequest;
    encode(_: QuerySlashWindowRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: QuerySlashWindowRequestAmino): QuerySlashWindowRequest;
    fromAminoMsg(object: QuerySlashWindowRequestAminoMsg): QuerySlashWindowRequest;
    fromPartial(_: {}): QuerySlashWindowRequest;
    fromProtoMsg(message: QuerySlashWindowRequestProtoMsg): QuerySlashWindowRequest;
    toAmino(_: QuerySlashWindowRequest): QuerySlashWindowRequestAmino;
    toProto(message: QuerySlashWindowRequest): Uint8Array;
    toProtoMsg(message: QuerySlashWindowRequest): QuerySlashWindowRequestProtoMsg;
}